home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
The Duplicator
/
The Duplicator
< prev
Wrap
Text File
|
2000-06-23
|
254b
|
13 lines
tell application "Finder"
set x to 400
set y to 300
repeat 30 times
select folder "untitled folder"
duplicate selection to desktop
set target to {x, y}
set position of selection to target
set x to x + 2
set y to y + 2
end repeat
end tell